Fix EqualNullSafe is not correct when column has null value. Bug[#6931]#6943
Fix EqualNullSafe is not correct when column has null value. Bug[#6931]#6943JingsongLi merged 6 commits intoapache:masterfrom
Conversation
JingsongLi
left a comment
There was a problem hiding this comment.
Thanks @venusMask , can you add a test in PaimonSourceTest?
|
@JingsongLi Hi Jingsong, I noticed that during CI execution, the build occasionally fails with an error like: |
|
Re-open to trigger test. |
|
+1 thanks @venusMask |
* upstream/master: (35 commits) [spark] Spark support vector search (apache#6950) [doc] update Apache Doris document with DLF 3.0 (apache#6954) [variant] Fix reading empty shredded variant via variantAccess (apache#6953) [python] support alterTable (apache#6952) [python] support ray data sink to paimon (apache#6883) [python] Rename to TableScan.withSlice to specific start_pos and end_pos [python] sync to_ray method args with ray data api (apache#6948) [python] light refactor for stats collect (apache#6941) [doc] Update cdc ingestion related docs [rest] Add tagNamePrefix definition for listTagsPaged (apache#6947) [python] support table scan with row range (apache#6944) [spark] Fix EqualNullSafe is not correct when column has null value. (apache#6943) [python] fix value_stats containing system fields for primary key tables (apache#6945) [test][rest] add test case for two sessions with cache for rest commitTable (apache#6438) [python] do not retry for connect exception in rest (apache#6942) [spark] Fix read shredded and unshredded variant both (apache#6936) [python] Let Python write file without value stats by default (apache#6940) [python] ray version compatible (apache#6937) [core] Unify conflict detect in FileStoreCommitImpl (apache#6932) [test] Fix unstable case in CompactActionITCase ...
Purpose
Linked issue: close #6931
EqualNullSafe supports complete semantics。
Tests
API and Format
Documentation